-
Notifications
You must be signed in to change notification settings - Fork 23
CI: GitHub Action migration from Jenkins CI #375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
ipanfilo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after CI completion
| name: Build and Test on GPU | ||
| timeout-minutes: 720 | ||
| runs-on: linux-mi325-8 | ||
| steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add a step printing out the params, including repository variables
| test_level: | ||
| description: 'Test Level (1-3)' | ||
| required: true | ||
| default: '3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change back to 1 before merging
Description
This PR introduces a new GitHub Actions workflow (
TransformerEngine CI) to orchestrate the build and test process for AMD ROCm platforms.Motivation:
This workflow ports the existing pipeline from Jenkins CI to GitHub Actions to improve visibility and integration with the repository.
Key Features:
linux-mi325-4)./dev/kfd,/dev/dri) for ROCm.